NAND gate - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

NAND gate - перевод на русский

INVERSE OF THE AND GATE, OUTPUTS IF BOTH INPUTS ARE NOT ON SIMULTANEOUSLY
NAND Gate; Nand gate; No AND gate; NAND gates; Nand Gate; Negated AND gate; NAND circuit
  • Silicon implementation of 4 NAND gates in an integrated circuit
  • The TTL 7400 chip, containing four NANDs. The two additional pins supply power (+5 V) and connect the ground

NAND gate         

общая лексика

логический элемент И НЕ

NAND         
WIKIMEDIA DISAMBIGUATION PAGE
NAND; Nand (disambiguation); Not-and; NAND (disambiguation)

общая лексика

логическая операция [оператор] NAND

бинарная логическая операция, дающая значение true только тогда, когда оба входных значения false

синоним

non-conjuction

Golden Gate         
  • issued in 1923]]
  • The [[Golden Gate Bridge]], as seen from the [[Marin Headlands]] looking south
  • Fog rolls into [[San Francisco Bay]] through the Golden Gate, almost obscuring [[Alcatraz Island]]
  • Fog obscures the Golden Gate as it spills into San Francisco Bay in this satellite image
  • Telegraph Hill]] by [[Carleton Watkins]] {{circa}} 1868
NORTH AMERICAN STRAIT
Straits of the Golden Gate; Golden gate; Golden Gate Strait; San Francisco Golden Gate; Puerta Dorada; Golden Gate, California

['gəuld(ə)n'geit]

общая лексика

прол. Золотые Ворота

Определение

IgG
см. Иммуноглобулины G.

Википедия

NAND gate

In digital electronics, a NAND gate (NOT-AND) is a logic gate which produces an output which is false only if all its inputs are true; thus its output is complement to that of an AND gate. A LOW (0) output results only if all the inputs to the gate are HIGH (1); if any input is LOW (0), a HIGH (1) output results. A NAND gate is made using transistors and junction diodes. By De Morgan's laws, a two-input NAND gate's logic may be expressed as A • B=A+B, making a NAND gate equivalent to inverters followed by an OR gate.

The NAND gate is significant because any boolean function can be implemented by using a combination of NAND gates. This property is called functional completeness. It shares this property with the NOR gate. Digital systems employing certain logic circuits take advantage of NAND's functional completeness.

The function NAND(a1, a2, ..., an) is logically equivalent to NOT(a1 AND a2 AND ... AND an).

One way of expressing A NAND B is A B ¯ {\displaystyle {\overline {A\land B}}} , where the symbol {\displaystyle {\land }} signifies AND and the bar signifies the negation of the expression under it: in essence, simply ¬ ( A B ) {\displaystyle {\displaystyle \neg (A\land B)}} .

NAND gates with two or more inputs are available as integrated circuits in transistor-transistor logic, CMOS, and other logic families.

Как переводится NAND gate на Русский язык